Skip to content

refactor(mql): rename hash enum values - #67

Merged
LimiNode merged 1 commit into
mainfrom
codex/rename-hash_sha256-and-hash_sha512
Sep 5, 2025
Merged

refactor(mql): rename hash enum values#67
LimiNode merged 1 commit into
mainfrom
codex/rename-hash_sha256-and-hash_sha512

Conversation

@LimiNode

@LimiNode LimiNode commented Sep 5, 2025

Copy link
Copy Markdown
Owner

Summary

  • align MQL TypeHash enum values with C++ by renaming HASH_SHA256/HASH_SHA512 to SHA256/SHA512
  • update MQL utilities, tests, and docs accordingly
  • document hash enum mapping between C++ and MQL

Testing

  • ./scripts/run_tests.sh

https://chatgpt.com/codex/tasks/task_e_68bb6cf746f8832c842cb5c29cdd11c9

Aligns MQL TypeHash names with C++ API by renaming HASH_SHA256 and HASH_SHA512 to SHA256 and SHA512. Updates MQL tests and utilities, and refreshes documentation with a mapping table.
@LimiNode
LimiNode merged commit 27963c6 into main Sep 5, 2025
8 checks passed
@LimiNode
LimiNode deleted the codex/rename-hash_sha256-and-hash_sha512 branch September 6, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant